home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000206_icon-group-sender _Mon Oct 4 09:07:27 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id JAA01781
  4.     for icon-group-addresses; Mon, 4 Oct 1999 09:07:12 -0700 (MST)
  5. Message-Id: <199910041607.JAA01781@baskerville.CS.Arizona.EDU>
  6. Date: Sun, 03 Oct 1999 14:45:55 -0700
  7. From: Blake Chapman <blakec@pacbell.net>
  8. Subject: Any File System for Icon Yet?
  9. To: icon-group@optima.CS.Arizona.EDU
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13. Icon Project,
  14.  
  15. I have downloaded, installed, and done some little
  16. programs in Icon for Windows.  I find that the documentation
  17. that comes with the package is missing library routines
  18. that are actually present; that is, it doesn't document them.
  19. The free manual from
  20. <http://www.toolsofcomputing.com/freesoftware.htm>
  21. documents some missing routines, like xencode() and
  22. xdecode(), and they work.  I find no routines to pluck
  23. one element out of the middle of a list, or insert one in.
  24. Are there such routines?   Would I get documentation
  25. of the if I got the book?  At $35 a student like myself
  26. has to find out whether Icon has enough library routines
  27. to support real programming problems before I buy it.
  28. There is no mention of any file system in downloaded
  29. documentation.  To work on persistent data I have
  30. to write a whole list out with xencode() and read it in
  31. with xdecode().  I read in the Dec. 1, 1998 Icon
  32. Newsletter the article titled "Database Connectivity":
  33. "Work is beginning at UT San Antonio, with generous support from the
  34. National
  35. Library of Medicine, on a high-level database interface to Icon. The
  36. initial
  37. implementation will emphasize Windows Icon ...".
  38.  
  39. Is this done yet?  If not, is there even a primitive file system
  40. available, with a B-tree index method and data file
  41. access routines?
  42.  
  43. Icon is a nice language; very powerful!
  44.  
  45. Blake Chapman
  46.  
  47.  
  48.